home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 March / Chip_2004-03_cd1.bin / zkuste / defrag / download / perfectdisk / pd60ds.exe / program files / Raxco / PerfectDisk / Config.ini < prev    next >
Encoding:
Text File  |  2003-09-02  |  1.7 KB  |  67 lines

  1. #
  2. # This is the configutation INI file for PerfectDisk
  3. # This file is only used during installation.  Once PerfectDisk is installed 
  4. # all the information contained here in is copied into the registry.
  5. #
  6.  
  7. #
  8. # Name of software
  9. #
  10. Software=PerfectDisk
  11.  
  12. #
  13. # Registry path to version information under HKLM
  14. #
  15. CurrVersionRegPath=Software\Raxco\PerfectDisk\6.0
  16. CurrVersionRegName=Build
  17.  
  18. #
  19. # Check for update option.  Specify whether or not to automatically
  20. # check to see if an update is available.  The value must be one of the
  21. # following:
  22. # 1. Yes
  23. # 2. No
  24. #
  25. AutoCheck=Yes
  26.  
  27.  
  28. #
  29. # Installation option.  Specify what to do when an update is available.
  30. # The value can be one of the following:
  31. # 1. Notify
  32. # 2. Install
  33. #
  34. InstallOption=Notify
  35.  
  36.  
  37. #
  38. # FTP server / http URL are where update files (PD60???.exe and PD60.ini) are kept.
  39. # This maybe changed to a local computer which has the ftp or http service running.  
  40. # This way you can download a single copy of the two update files from Raxco 
  41. # and post it on your local application server.
  42. #
  43. # If you need to use a proxy server for ftp, you can specify that in the
  44. # FtpProxyServer field.
  45. #
  46. # NOTE: Username and Password are set to empty strings so 
  47. # that we can log in anonymously.   
  48. #
  49. # The default http site is "http://ftp.raxco.com/pub/download/PD60"
  50. Url=http://ftp.raxco.com/pub/download/PD60
  51.  
  52. # The default ftp site is ftp.raxco.com and 
  53. # the default directory is pub/download/PD60
  54. FtpProxyServer=
  55. FtpServer=ftp.raxco.com
  56. UpdRootDir=pub/download/PD60
  57. Username=
  58. Password=
  59.  
  60. #
  61. # PerfectDisk update ini file name
  62. VersionIniFileName=PD60EN.ini
  63.  
  64. #
  65. # Default protocol.  Allowable values are "ftp" or "http"
  66. DefaultProtocol=http
  67.